Einhugur Word Plugin for Xojo

TableBorder.SetBorderStyle Method

Sets border style, size, space and color.

SetBorderStyle(
   style as EinhugurWord.BorderStyle,
   size as UInt8,
   space as UInt8,
   colorValue as Color)

Parameters

style
The style to set.
size
The size to set.
space
The space to set.
colorValue
The color to set

Remarks

Table border size are specified in eighths of a point, with a minimum value of two (1/4 of a point) and a maximum value of 96 (twelve points).

Space is specified in points (1/72nd of an inch).

See Also

TableBorder Class